home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / cut_past.zip / READ.ME < prev    next >
Text File  |  1987-03-05  |  1KB  |  31 lines

  1. This is a public domain version of AT&T's cut and paste commands. Included is
  2. yet another version of getopt(3). If you already have a version then 
  3. change the makefile.
  4.  
  5. The software has been tested on both 4.2BSD (CCI Power 6/32 aka Sperry 7000/40)
  6. and SVR2 (3b2/400). It is currently in production mode on 4.2.
  7.  
  8. The only known difference is that this cut does not require the list to be in 
  9. assending order.  e.g.
  10.     cut -f4,2,1 x  <=>  cut -f1,2,4 x
  11.  
  12. When a range is specified then the range must be in order e.g.
  13.     cut -f3-2
  14. will cause an error message.
  15.     
  16. Depending upon your point of view this may or may not be a 
  17. problem.
  18.  
  19. Error messages are a little more helpful than in SVR1, in particular they 
  20. tell you what the limits are for line lenghts etc.
  21.  
  22. Feel free to change the software, send any bug reports to
  23.     {ihnp4, pyramid}!ptsfa!ptsfc!ccm   
  24. since I am off the unix mail until the next assignment!!
  25.  
  26. Have fun,
  27.         John Weald
  28.         AGS Computers, Inc.
  29.         415-463-8711
  30.  
  31.